Version 1.2.3 Patch 1, 28th January 2013
- Fix undefined error on "Personal Details" saving. 

Version 1.2.3, 27th January 2013
- Fix phrase error on keyword detection
- Fix join date checking issue
- Fix Options page tab might not work on some cases (Display a long option page rather than Tabs)
- Added Thread options on Spam Cleanup: Hard Delete, Soft Delete and Move to a forum
- Added separate phrases for link checking stop message (depend on join date and post count error).
- Added full message to Stop Spam Here logs for: Conversation, Conversation Reply, 
Profile Post Comment, About Me and Signatrue since we might not able to check these content directly.
- Added 3 Usergroup Permission to bypass Link/Keyword/Akismet check. You might want enable this bypass
to your Moderators, Super Moderators and Administrators.
- Minor code changes.

Version 1.2.2, 21st December 2012
- Fix the actions on thread creation that were not applied correctly.
- Fix "Select All" button in Options page that were not working well.

Version 1.2.1, 3rd December 2012
- Fix a error on Register page due to missing variable definition line.

Version 1.2.0, 2nd December 2012
- Changed GUI for options page for more clean look and easier to configure
- Added integration codes to work with FoolHoneyBot addon
- Added "Delete As Spam" Inline Moderation for Thread, Post and Profile Post
	+ Ban/Delete/Discourage User
	+ Ban/Discourage User's IPs
	+ Delete user's threads
	+ Delete user's posts
	+ Delete user's profile posts
	+ Submit user to bot checking Database (depends on your installed services)
- Added Community Spam Prevent feature by provide a permission to specified user group
that have ability to Mark Post/Profile Post as spam and that item would be moved to 
Moderation queue for review by Forum's Staffs
- Added registering time to detect auto bot that trying to directly POST or send data to fast
to register form.
- Added "Applicable Node" Option for Akismet/Link/Keyword checking to enable these features 
on specified nodes only.
- README, CONFIGURATION, INSTALL, UPGRADE, CHANGELOGS, LICENSE are now included in addon package.
- Bot Checking API addons is now included in addon package for easier to install and save customer's time
- Added Cron Task to remove x days old log (configurable in AdminCP Options).
- Other minor changes

Version 1.1.13, 11th October 2012
- Added Link Checking, Keyword Checking and Akismet Checking on User Signature saving and About Me saving. 
You are able to enable them from Add-on's option as same as for New Thread, Post....
- Removed Botscout and FSpamlist from Add-on's core.
- Removed Debug exception message due to confusion.
- Minor code changes
- Where are my Bot Detecting services?
	+ Stop Forum Spam, FSpamlist, BotScout... are now available as standalone Add-on, 
	you just need to install them and they would automatically integrate with Stop 
	Spam Here to check for bot upon User Registration.
	+ You could download and install them from:
		* Stop Forum Spam API: http://xenforo.com/community/resources/sonnb-stop-spam-here-stop-forum-spam-api.1092/
		* Botscout API: http://xenforo.com/community/resources/sonnb-stop-spam-here-botscout-api.1106/
		* FSpamlist API: http://xenforo.com/community/resources/sonnb-stop-spam-here-fspamlist-api.1108/
		* SpamBusted API: http://xenforo.com/community/resources/sonnb-stop-spam-here-spambusted-api.1107/

Version 1.1.12, 5th October 2012
- Fix undefined index in server logs.
- Minor template and code changes.

Version 1.1.11, 03rd October 2012
- Removed SFS API to avoid Stop Forum Spam's ToS of paid script. 
Do not worry, it would back as an extra addon for Stop Spam Here addon.
- Modify to write to Server logs on Exception.
- Fix spam log did not write on block action during registration.

Version 1.1.10, 22nd October 2012,
- Minor fixes: Fix for content_link and generated user's link in Logs.
- Added new variable to get IPs behind proxy server.

Version 1.1.9, 20th September 2012
- Fix permission issue on new user registration from version 1.1.8.

Version 1.1.8, 19th September 2012
- Coding Improvement: There are a lot of coding changes, less of code, more performance. 
The source code is more clearly, run faster and more reliability. 
- Added 2 more spam bot checking services: I have added 2 more spam checking services 
on registration: Botscout and Fspamlist. These 2 new services would help you to 
have more chance to stop bots and spammers to register on your board.

Version 1.1.7, 23rd August 2012
- Risk Indicator feature: Added Risk Indicator feature by using "Point Checking System". 
By using this feature, you could filter out users who have chances to be spammers by checking:
	Username include specified words
	Email from specified email domain
	IP Address from specified network.
	You could configure these information in ACP's options (example included in each field).
	For example, I have following settings:
		Username: (Rule: {word}=>{point})
- Some extra features

Version 1.1.6, 5th August 2012
- Keyword to action feature: You might want to block, moderate posts if 
they contain some specific words and apply other actions if they contain another words. 
For example:
	must block word=>block
	probably moderate=>moderate
	The process order of actions are: block => moderate => pc => report => allow
	If several words were found with various actions need to be applied, it would process by above order.
- Fix phrase grammars.

Version 1.1.5, 28th July 2012
- Remove logs message for valid registration to reduce unnecessary logs.
- Minor code changes

Version 1.1.4, 27th July 2012
- Added action: "Allow to post and Make a report in Report System". 
This option would allow user to post but make a report in Report System. 
This action only effects on Threads, Posts and Profile Post.

Version 1.1.3, 21st July 2012
- Fix typos 

Version 1.1.2, 20th July 2012
- Improved keyword searching function to match exactly defined 
word that might contain special characters (case-insensitive).

Version 1.1.1, 20th July 2012
- Fix Register input filter issue.
- Added Option "Allow to post and send PC to specified Mods" that allow you to send to 
your Mods about this message that was marked as spam.

Version 1.1.0, 19th July 2012
- Added Keyword filter for select-able action: Create Thread, Reply, Comment, Profile Post, 
Comment to Profile Post, Conversation and Reply to an Conversation. 
Once keyword is found, you can apply various option: Block, Moderate and Allow.
- Added Link filter for select-able action: Create Thread, Reply, Comment, Profile Post, 
Comment to Profile Post, Conversation and Reply to an Conversation. 
Once link is found, you can apply various option: Block, Moderate and Allow.
- Added hidden field checking to prevent auto registering bot

Version 1.0.0, 5th July 2012
- Initital version